Builder

class Builder : GeneratedMessage.Builder<BuilderT> , TelemetryProtos.HostMetricsOrBuilder

Linux host metrics
Protobuf type meshtastic.HostMetrics

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Host system disk space free for /
uint64 diskfree1_bytes = 3;
Link copied to clipboard

Secondary system disk space free
optional uint64 diskfree2_bytes = 4;
Link copied to clipboard

Tertiary disk space free
optional uint64 diskfree3_bytes = 5;
Link copied to clipboard

Host system free memory
uint64 freemem_bytes = 2;
Link copied to clipboard

Host system one minute load in 1/100ths
uint32 load1 = 6;
Link copied to clipboard

Host system fifteen minute load  in 1/100ths
uint32 load15 = 8;
Link copied to clipboard

Host system five minute load  in 1/100ths
uint32 load5 = 7;
Link copied to clipboard

Host system uptime
uint32 uptime_seconds = 1;
Link copied to clipboard

Optional User-provided string for arbitrary host system information
that doesn't make sense as a dedicated entry.
optional string user_string = 9;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard

Host system disk space free for /
uint64 diskfree1_bytes = 3;
Link copied to clipboard

Secondary system disk space free
optional uint64 diskfree2_bytes = 4;
Link copied to clipboard

Tertiary disk space free
optional uint64 diskfree3_bytes = 5;
Link copied to clipboard
open fun getFreememBytes(): Long

Host system free memory
uint64 freemem_bytes = 2;
Link copied to clipboard
open fun getLoad1(): Int

Host system one minute load in 1/100ths
uint32 load1 = 6;
Link copied to clipboard
open fun getLoad15(): Int

Host system fifteen minute load  in 1/100ths
uint32 load15 = 8;
Link copied to clipboard
open fun getLoad5(): Int

Host system five minute load  in 1/100ths
uint32 load5 = 7;
Link copied to clipboard
open fun getUptimeSeconds(): Int

Host system uptime
uint32 uptime_seconds = 1;
Link copied to clipboard
open fun getUserString(): String

Optional User-provided string for arbitrary host system information
that doesn't make sense as a dedicated entry.
optional string user_string = 9;
Link copied to clipboard
open fun getUserStringBytes(): ByteString

Optional User-provided string for arbitrary host system information
that doesn't make sense as a dedicated entry.
optional string user_string = 9;
Link copied to clipboard

Secondary system disk space free
optional uint64 diskfree2_bytes = 4;
Link copied to clipboard

Tertiary disk space free
optional uint64 diskfree3_bytes = 5;
Link copied to clipboard

Optional User-provided string for arbitrary host system information
that doesn't make sense as a dedicated entry.
optional string user_string = 9;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TelemetryProtos.HostMetrics.Builder
Link copied to clipboard

Host system disk space free for /
uint64 diskfree1_bytes = 3;
Link copied to clipboard

Secondary system disk space free
optional uint64 diskfree2_bytes = 4;
Link copied to clipboard

Tertiary disk space free
optional uint64 diskfree3_bytes = 5;
Link copied to clipboard

Host system free memory
uint64 freemem_bytes = 2;
Link copied to clipboard

Host system one minute load in 1/100ths
uint32 load1 = 6;
Link copied to clipboard

Host system fifteen minute load  in 1/100ths
uint32 load15 = 8;
Link copied to clipboard

Host system five minute load  in 1/100ths
uint32 load5 = 7;
Link copied to clipboard

Host system uptime
uint32 uptime_seconds = 1;
Link copied to clipboard

Optional User-provided string for arbitrary host system information
that doesn't make sense as a dedicated entry.
optional string user_string = 9;
Link copied to clipboard

Optional User-provided string for arbitrary host system information
that doesn't make sense as a dedicated entry.
optional string user_string = 9;